home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GO.BAT < prev    next >
DOS Batch File  |  1997-03-18  |  535b  |  21 lines

  1. echo off
  2. echo.
  3. echo.
  4. echo   This installation is for Windows 3.1x.
  5. echo.
  6. echo   If you are a Windows '95 user, simply click on SETUP.EXE
  7. ECHO.
  8. ECHO   from your program manager to install menu.
  9. echo.
  10. echo   Hit any key to continue this installation,
  11. echo.
  12. echo   or CTRL-C to stop it.
  13. echo.
  14. echo   Please note that 32 bit program will NOT run if you don't
  15. echo.
  16. echo   have WIN32 installed in your Windows 3.1x.
  17. echo.
  18. echo   A copy of WIN32 is stored under WIN32 directory for your convenience.
  19. pause
  20. win setup.exe
  21.